Omit glyphs initialization at startup.
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 13 Nov 2012 06:11:40 +0000 (10:11 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 13 Nov 2012 06:11:40 +0000 (10:11 +0400)
commitf43958f749e7b6e3645ea19394a5fa6d827b2706
treea9c992ed57bd27de6bf6ef2d41fbb715176227b2
parent50aeae6d391c83bd5af58c84b297ac83b6683283
Omit glyphs initialization at startup.
* dispnew.c (glyphs_initialized_initially_p): Remove.
(adjust_frame_glyphs_initially): Likewise.  Adjust users.
(Fredraw_frame): Move actual code from here...
(redraw_here): ...to here.  Add eassert.  Adjust comment.
(Fredraw_display): Use redraw_frame.
* xdisp.c (clear_garbaged_frames): Likewise.
src/ChangeLog
src/dispnew.c
src/xdisp.c